type google.golang.org/grpc/internal/channelz.int64Slice
7 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L531: type int64Slice []int64
funcs.go#L533: func (s int64Slice) Len() int { return len(s) }
funcs.go#L534: func (s int64Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
funcs.go#L535: func (s int64Slice) Less(i, j int) bool { return s[i] < s[j] }
funcs.go#L564: sort.Sort(int64Slice(ids))
funcs.go#L611: sort.Sort(int64Slice(ids))
funcs.go#L664: sort.Sort(int64Slice(ids))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)